home *** CD-ROM | disk | FTP | other *** search
/ Secrets of Stargate / STARGATE.iso / mac / STARGATE (5MB Macintosh) / STARGATE (5MB Macintosh).DXR / 00064.ls < prev    next >
Encoding:
Text File  |  1994-10-19  |  143 b   |  12 lines

  1. on mouseUp
  2.   if the timer < 20 then
  3.     exit
  4.   end if
  5.   spinCursor()
  6.   hiliteMe()
  7.   spinCursor()
  8.   nextPS()
  9.   resetCursor()
  10.   startMouse()
  11. end
  12.